home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / maple_st.swf / scripts / DefineButton2_1173 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2010-04-12  |  343 b   |  10 lines

  1. on(press){
  2.    startDrag("",0,88,0,720,357);
  3.    _root.createEmptyMovieClip("swaper",_root.getNextHighestDepth());
  4.    this.swapDepths("_root.swaper");
  5.    _root.swaper.removeMovieClip();
  6.    _root.createEmptyMovieClip("swaper2",_root.getNextHighestDepth());
  7.    _root.cur.swapDepths("_root.swaper2");
  8.    _root.swaper2.removeMovieClip();
  9. }
  10.